From c477b2fa0b37c5c632cd91039cf6ca496e4b6cd1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Javier=20Jard=C3=B3n?= Date: Thu, 13 May 2010 00:59:58 +0200 Subject: [PATCH] Move documentation to inline comments: GtkToolItem --- docs/reference/gtk/tmpl/.gitignore | 1 + docs/reference/gtk/tmpl/gtktoolitem.sgml | 310 ----------------------- gtk/gtktoolitem.c | 1 + 3 files changed, 2 insertions(+), 310 deletions(-) delete mode 100644 docs/reference/gtk/tmpl/gtktoolitem.sgml diff --git a/docs/reference/gtk/tmpl/.gitignore b/docs/reference/gtk/tmpl/.gitignore index 509d3eeabc..be1e3e9f0e 100644 --- a/docs/reference/gtk/tmpl/.gitignore +++ b/docs/reference/gtk/tmpl/.gitignore @@ -4,3 +4,4 @@ gtkbuilder.sgml gtkhbox.sgml gtkmessagedialog.sgml gtktesting.sgml +gtktoolitem.sgml diff --git a/docs/reference/gtk/tmpl/gtktoolitem.sgml b/docs/reference/gtk/tmpl/gtktoolitem.sgml deleted file mode 100644 index f4287ed1ec..0000000000 --- a/docs/reference/gtk/tmpl/gtktoolitem.sgml +++ /dev/null @@ -1,310 +0,0 @@ - -GtkToolItem - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -@toolitem: the object which received the signal. -@Returns: - - - - - - -@toolitem: the object which received the signal. - - - - - - - - - - - - - - - - - - - - - -@void: -@Returns: - - - - - - - -@tool_item: -@homogeneous: - - - - - - - -@tool_item: -@Returns: - - - - - - - -@tool_item: -@expand: - - - - - - - -@tool_item: -@Returns: - - - - - - - -@tool_item: -@text: - - - - - - - -@tool_item: -@markup: - - - - - - - -@tool_item: -@use_drag_window: - - - - - - - -@tool_item: -@Returns: - - - - - - - -@tool_item: -@visible_horizontal: - - - - - - - -@tool_item: -@Returns: - - - - - - - -@tool_item: -@visible_vertical: - - - - - - - -@tool_item: -@Returns: - - - - - - - -@tool_item: -@is_important: - - - - - - - -@tool_item: -@Returns: - - - - - - - -@tool_item: -@Returns: - - - - - - - -@tool_item: -@Returns: - - - - - - - -@tool_item: -@Returns: - - - - - - - -@tool_item: -@Returns: - - - - - - - -@tool_item: -@Returns: - - - - - - - -@tool_item: -@Returns: - - - - - - - -@tool_item: -@Returns: - - - - - - - -@tool_item: -@Returns: - - - - - - - -@tool_item: -@menu_item_id: -@Returns: - - - - - - - -@tool_item: -@menu_item_id: -@menu_item: - - - - - - - -@tool_item: - - - - - - - -@tool_item: - - - - - - - -@tool_item: -@Returns: - - diff --git a/gtk/gtktoolitem.c b/gtk/gtktoolitem.c index 536392c4f3..eba147a66f 100644 --- a/gtk/gtktoolitem.c +++ b/gtk/gtktoolitem.c @@ -37,6 +37,7 @@ /** * SECTION:gtktoolitem * @short_description: The base class of widgets that can be added to GtkToolShell + * @Title: GtkToolItem * @see_also: * * #GtkToolbar -- 2.30.2